home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / mkmf / RCS / Makefile.biglibtop,v < prev    next >
Encoding:
Makefile  |  1992-06-10  |  3.3 KB  |  201 lines

  1. head     1.8;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.8
  10. date     92.06.10.13.04.46;  author jhh;  state Exp;
  11. branches ;
  12. next     1.7;
  13.  
  14. 1.7
  15. date     91.04.11.12.55.37;  author kupfer;  state Exp;
  16. branches ;
  17. next     1.6;
  18.  
  19. 1.6
  20. date     89.10.09.21.28.43;  author rab;  state Exp;
  21. branches ;
  22. next     1.5;
  23.  
  24. 1.5
  25. date     89.08.18.11.21.54;  author douglis;  state Exp;
  26. branches ;
  27. next     1.4;
  28.  
  29. 1.4
  30. date     89.08.17.11.16.15;  author douglis;  state Exp;
  31. branches ;
  32. next     1.3;
  33.  
  34. 1.3
  35. date     88.12.31.14.45.30;  author ouster;  state Exp;
  36. branches ;
  37. next     1.2;
  38.  
  39. 1.2
  40. date     88.11.27.16.28.57;  author ouster;  state Exp;
  41. branches ;
  42. next     1.1;
  43.  
  44. 1.1
  45. date     88.08.20.12.58.42;  author ouster;  state Exp;
  46. branches ;
  47. next     ;
  48.  
  49.  
  50. desc
  51. @@
  52.  
  53.  
  54. 1.8
  55. log
  56. @make sure all makefiles include TYPE
  57. @
  58. text
  59. @#
  60. # Prototype Makefile for the topmost directory of a library that is
  61. # divided into multiple subdirectories.  When makes are invoked here,
  62. # this Makefile arranges for most of them to be passed on to each
  63. # of its subdirectories.
  64. #
  65. # This Makefile is automatically generated.
  66. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  67. #
  68. # Generated from @@(TEMPLATE)
  69. # @@(DATE)
  70. #
  71. # For more information, refer to the mkmf manual page.
  72. #
  73. # $Header: /sprite/lib/mkmf/RCS/Makefile.biglibtop,v 1.7 91/04/11 12:55:37 kupfer Exp $ SPRITE (Berkeley)
  74. #
  75. # Allow mkmf
  76.  
  77. MACHINES    = @@(MACHINES)
  78. MANPAGES    = @@(MANPAGES)
  79. NAME        = @@(NAME)
  80. SUBDIRS        = @@(SUBDIRS)
  81. SYSMAKEFILE    = biglibtop.mk
  82. TYPE        = @@(TYPE)
  83. DISTDIR        ?= @@(DISTDIR)
  84. #include    <settm.mk>
  85.  
  86.  
  87. #if exists(local.mk)
  88. #include    "local.mk"
  89. #else
  90. #include    <$(SYSMAKEFILE)>
  91. #endif
  92. @
  93.  
  94.  
  95. 1.7
  96. log
  97. @Flush DEFTARGET: the default target is now determined by a pmake
  98. library file.
  99. @
  100. text
  101. @d15 1
  102. a15 1
  103. # $Header: /sprite/lib/mkmf/RCS/Makefile.biglibtop,v 1.6 89/10/09 21:28:43 rab Exp Locker: kupfer $ SPRITE (Berkeley)
  104. d23 1
  105. a23 1
  106. #include    <settm.mk>
  107. d26 1
  108. a27 1
  109. SYSMAKEFILE    = biglibtop.mk
  110. @
  111.  
  112.  
  113. 1.6
  114. log
  115. @Modifications for distribution.
  116. @
  117. text
  118. @d15 1
  119. a15 1
  120. # $Header: /sprite/lib/mkmf/RCS/Makefile.biglibtop,v 1.5 89/08/18 11:21:54 douglis Exp Locker: rab $ SPRITE (Berkeley)
  121. d23 1
  122. a23 1
  123. TM                ?= @@(DEFTARGET)
  124. @
  125.  
  126.  
  127. 1.5
  128. log
  129. @another change for TM -- use single machine if it exists, else \ds3100
  130. @
  131. text
  132. @d15 1
  133. a15 1
  134. # $Header: /sprite/lib/mkmf/RCS/Makefile.biglibtop,v 1.3 88/12/31 14:45:30 ouster Exp Locker: douglis $ SPRITE (Berkeley)
  135. d25 1
  136. @
  137.  
  138.  
  139. 1.4
  140. log
  141. @removed DEFTARGET -- we use $MACHINE now
  142. @
  143. text
  144. @d23 1
  145. a23 1
  146. TM                ?= $(MACHINE)
  147. @
  148.  
  149.  
  150. 1.3
  151. log
  152. @Use TYPE instead of INSTALLDIR, INSTALLMAN, etc.
  153. @
  154. text
  155. @d15 1
  156. a15 1
  157. # $Header: /sprite/lib/mkmf/RCS/Makefile.biglibtop,v 1.2 88/11/27 16:28:57 ouster Exp Locker: ouster $ SPRITE (Berkeley)
  158. d23 1
  159. a23 1
  160. TM                ?= @@(DEFTARGET)
  161. @
  162.  
  163.  
  164. 1.2
  165. log
  166. @Various changes to replace old C library entirely with new C library.
  167. @
  168. text
  169. @d15 1
  170. a15 1
  171. # $Header: /sprite/lib/mkmf/RCS/Makefile.biglibtop,v 1.1 88/08/20 12:58:42 ouster Exp Locker: ouster $ SPRITE (Berkeley)
  172. a18 3
  173. INSTALLDIR    = @@(INSTALLDIR)
  174. INSTALLMAN    = @@(INSTALLMAN)
  175. LINTDIR        = @@(LINTDIR)
  176. d24 1
  177. @
  178.  
  179.  
  180. 1.1
  181. log
  182. @Initial revision
  183. @
  184. text
  185. @d15 1
  186. a15 1
  187. # $Header: Makefile.top,v 1.3 88/07/25 10:32:35 ouster Exp $ SPRITE (Berkeley)
  188. d19 3
  189. a21 1
  190. LIBRARY        = @@(LIBRARY)
  191. d23 2
  192. a24 1
  193. TM                 ?= @@(DEFTARGET)
  194. d26 1
  195. a26 4
  196. CC        = gcc
  197.  
  198. INSTALLDIR    = @@(INSTALLDIR)
  199. LINTDIR        = @@(LINTDIR)
  200. @
  201.